drawLine

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawLine(float x1, float y1, float x2, float y2, HipColor color)
    version(DefineOverloadings)
    void
    drawLine
    (
    float x1
    ,
    float y1
    ,
    float x2
    ,
    float y2
    ,
    HipColor color = HipColor.no
    )
  2. void drawLine(T start, T end, HipColor color)

Meta